object EditXDCCPack: TEditXDCCPack Left = 179 Top = 199 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Edit XDCC pack' ClientHeight = 367 ClientWidth = 595 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object SrcLabel: TLabel Left = 8 Top = 12 Width = 165 Height = 20 AutoSize = False Caption = 'Files on &disk:' end object DstLabel: TLabel Left = 392 Top = 12 Width = 193 Height = 20 AutoSize = False Caption = 'Files in &pack:' end object IncludeBtn: TSpeedButton Left = 356 Top = 28 Width = 29 Height = 30 Caption = '>' OnClick = IncludeBtnClick end object IncAllBtn: TSpeedButton Left = 356 Top = 64 Width = 29 Height = 29 Caption = '>>' OnClick = IncAllBtnClick end object ExcludeBtn: TSpeedButton Left = 356 Top = 100 Width = 29 Height = 30 Caption = '<' Enabled = False OnClick = ExcludeBtnClick end object ExAllBtn: TSpeedButton Left = 356 Top = 136 Width = 29 Height = 29 Caption = '<<' Enabled = False OnClick = ExcAllBtnClick end object Label1: TLabel Left = 8 Top = 208 Width = 165 Height = 20 AutoSize = False Caption = 'Pack &description:' end object OKBtn: TButton Left = 292 Top = 328 Width = 93 Height = 31 Caption = 'OK' ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 392 Top = 328 Width = 92 Height = 31 Cancel = True Caption = 'Cancel' Enabled = False ModalResult = 2 TabOrder = 2 end object HelpBtn: TButton Left = 492 Top = 328 Width = 93 Height = 31 Caption = 'Help' Enabled = False TabOrder = 3 end object DstList: TListBox Left = 392 Top = 28 Width = 193 Height = 169 ItemHeight = 16 MultiSelect = True TabOrder = 0 end object SrcList: TFileListBox Left = 8 Top = 56 Width = 161 Height = 141 FileEdit = FileEdit ItemHeight = 16 MultiSelect = True ShowGlyphs = True TabOrder = 4 end object FileEdit: TEdit Left = 8 Top = 28 Width = 161 Height = 24 TabOrder = 5 Text = '*.*' end object DirectoryListBox1: TDirectoryListBox Left = 172 Top = 28 Width = 177 Height = 144 FileList = SrcList ItemHeight = 16 TabOrder = 6 end object DriveComboBox1: TDriveComboBox Left = 172 Top = 176 Width = 177 Height = 22 DirList = DirectoryListBox1 TabOrder = 7 end object PackDesc: TMemo Left = 8 Top = 224 Width = 577 Height = 93 TabOrder = 8 end end